Autogenerated HTML docs for v1.5.3-rc4-29-g74276
diff --git a/git-stash.html b/git-stash.html index fceecdd..ec8f78f 100644 --- a/git-stash.html +++ b/git-stash.html
@@ -291,8 +291,8 @@ you create one.</p> <p>The latest stash you created is stored in <tt>$GIT_DIR/refs/stash</tt>; older stashes are found in the reflog of this reference and can be named using -the usual reflog syntax (e.g. <tt>stash@{1}</tt> is the most recently -created stash, <tt>stash@{2}</tt> is the one before it, <tt>stash@{2.hours.ago}</tt> +the usual reflog syntax (e.g. <tt>stash@{0}</tt> is the most recently +created stash, <tt>stash@{1}</tt> is the one before it, <tt>stash@{2.hours.ago}</tt> is also possible).</p> </div> <h2>OPTIONS</h2> @@ -314,7 +314,7 @@ <dd> <p> List the stashes that you currently have. Each <em>stash</em> is listed - with its name (e.g. <tt>stash@{0}</tt> is the latest stash, `stash@{1} is + with its name (e.g. <tt>stash@{0}</tt> is the latest stash, <tt>stash@{1}</tt> is the one before, etc.), the name of the branch that was current when the stash was made, and a short description of the commit the stash was based on. @@ -334,7 +334,7 @@ stashed state and its original parent. When no <tt><stash></tt> is given, shows the latest one. By default, the command shows the diffstat, but it will accept any format known to <tt>git-diff</tt> (e.g., <tt>git-stash show - -p stash@{2}</tt> to view the second most recent stash in patch form). + -p stash@{1}</tt> to view the second most recent stash in patch form). </p> </dd> <dt> @@ -456,7 +456,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 19-Jul-2007 02:09:56 UTC +Last updated 08-Aug-2007 09:20:37 UTC </div> </div> </body>